home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- CLS
- echo This Batch file will install all of the shareware into the Alchemy
- echo directory in the root of whatever drive you specify. For example,
- echo if you wanted the shareware on drive C: and your CD-ROM was drive E:
- echo then you would enter install e c and then press the ENTER key.
- %2:
- cd\
- echo Creating Directories
- md %2:\alchemy
- cd \alchemy
- md gwswin11
- md grafct31
- md dtpv20
- md gallry11
- md grafwk61
- echo Copying Files from CD-ROM to your hard drive
- Echo Copying Graphics Workshop for Windows Files
- cd gwswin11
- copy %1:\alchemy\gwswin11\*.*
- cd ..
- echo Copying Graphics Workshop for DOS files
- cd grafwk61
- copy %1:\alchemy\grafwk61\*.*
- cd ..
- echo Copying Desktop Paint files
- cd dtpv20
- copy %1:\alchemy\dtpv20\*.*
- cd ..
- echo Copying Image Gallery files
- cd gallry11
- copy %1:\alchemy\gallry11\*.*
- cd ..
- echo Copying Graphics Catalog files
- cd grafct31
- copy %1:\alchemy\grafct31\*.*
- cd ..
- cd\
- Echo All files should now be on your hard drive, %2:
- Echo Thank you for using our product!
- Echo ProFoto CD-ROM Productions 1-800-PIKTURE
-
-
-
-